Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL
1) Aggregate Functions
2) Analytical Functions
3) Constraints
4) Cursor
5) Data Set
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Insert Delete Update
11) Math Functions
12) Select Query
13) Sequence
14) Store Procedure Function
15) String Functions
16) Subquery
17) System
18) Table
19) Table Joins
20) Transact SQL
21) Transaction
22) Trigger
23) View
24) XML
Analytical Functions
1) Adds a PARTITION setting to the OVER clause
2) Assigning Row Number Values to Rows
3) Basic CUBE Query
4) COMPUTE
5) COMPUTE MIN date
6) COMPUTE SUM(Salary)
7) COMPUTE SUM(Salary) By Name
8) DENSE_RANK()
9) Have both the RANK and DENSE_RANK functions
10) NTILE function demo
11) RANK() Over (ORDER BY Name)
12) ROW_NUMBER()
13) STDEV
14) STDEV ignores NULL values
15) STDEV() Function
16) STDEVP returns the standard deviation for the population of all values in expression
17) Use multiple aggregate functions in a COMPUTE clause
18) VAR returns the statistical variance of values in an expression based on a sample of the provided population
19) VAR returns the variance of all values in expression
20) VAR()
21) VARP returns the variance for the population of all values in expression
22) VARP()
23) When using a different ORDER BY clause in ROW_NUMBER()
24) WITH CUBE
25) WITH ROLLUP
26) WITH ROLLUP, group by and order by